html {
  font-size: 1vw; /* 设置基准字体大小 */
}
body {
	background-color: #0d021a;
}

.xw_box {
	color:white;
    margin-top: -50px;
    padding-top: 5px;
    display: flex;
}

.xw_div {
    margin-bottom: 40px;
}

.xw_title {
    font-size: 36px;
    margin-bottom: 20px;
}

.xw_jj {
    font-size: 20px;
    color: #bababa !important;
}
.xw_content {
    display: flex;
    flex-direction: column;
    background-color: #1b2340; 
    padding: 20px 10px 40px;
}

.wx_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-left: 10px;
    padding-right: 10px;
}
.anli {
	 margin-top: -50px;
	 padding-top: -50px;
	 color: white;
    width: 100%;
 /*   margin: 100px 0 20px; */
}

.anli_top {
    background: linear-gradient(to right, #10172E, #1496EE);
}

.anli_top_content {
    display: flex;
    justify-content: center;
}

.anli_top_content_item {
    display: flex;
    align-items: center;
/*    margin: 0 80px; */
    font-size: 22px;
    line-height: 100px;
    color: #fff;
}

.anli_top_content_item img {
    width: 50px;
    margin-right: 15px;
}

.anli_middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0 50px;
}

.anli_middle p {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.anli_bottom {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: 300px;
	padding: 40px 0;
	gap: 20px;
}

.anli_bottom_item {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	transition: background-color 0.5s ease;
}


/*
.anli_bottom_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
*/
.wx_top_title {
    font-size: 24px;
    position: relative;
}

.wx_top_title::before {
    content: "";
    height: 24px;
    width: 4px;
    background-color: white;
    position: absolute;
    left: -10px;
}

.wx_top_btn {
    font-size: 20px;
    color: white;
}

.wx_list {
    display: flex;
    flex-direction: column;
}

.wx_list_item {
    display: flex;
    margin-bottom: 20px;
	background-color: #150213;
	color:white;
}

.wx_list_item img {
    width: 110px;
    height: 66px;
    margin-right: 10px;
    object-fit: cover;
}

.wx_list_item_p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.wx_list_item_content {
    width: 1000px;
    overflow: hidden;
}

.wx_list_item_title {
    height: 24px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wx_middle {
    display: flex;
    flex-direction: column;
}

.wx_middle_item {
    position: relative;
}

.wx_middle_item img {
    width: 100%;
    height: 240px;
}

.wx_middle_item_text {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-top: -36px;
    font-size: 18px;
}

.wx_middle_item_text text:nth-of-type(1) {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.wx_middle_list li {
    margin-top: 25px !important;
    font-size: 16px;
}

.wx_middle_list_text {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.wx_middle_list_text text:nth-of-type(1) {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-left: 5px;
}

.wx_middle_list_text::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #8FC320;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.img1 {
    height: 900px;
}

.img2 {
    height: 450px;
}

@media(min-width:1024px) {
    .AIagent {
        position: relative;
        width: 100%;
        height: 244px;
    }


    .pngcolor {
        z-index: 10;
        /* filter: drop-shadow(#8FC320 0 0 0 ); */
        /* filter:drop-shadow(0 0 0 #fff) invert(21%) sepia(97%) saturate(7452%)  brightness(115%) contrast(127%); */
        transform: translateY(-408%);
        filter: drop-shadow(0 123px #fff);
    }

    .xinwen {
        max-width: 98%;
        margin: 0 auto;
    }



    .anli_top_content_item {
        margin: 0 40px;
        font-size: 18px;
    }

    .img1 {
        height: 400px;
    }

    .img2 {
        height: 200px;
    }


    .text {
        margin-bottom: 12px;
        font-size: 24px;
    }



    .anli_top_content_item {
        margin: 0 40px;
        font-size: 18px;
    }

    .right-fixed {
        width: 38px;
    }

    .right-fixed div {
        width: 30px;
        height: 30px;
    }

    .right-fixed img {
        width: 20px;
        height: 20px;
    }

    .anli_bottom {
      /*  grid-template-rows: 150px 150px; */
		grid-template-rows: repeat(1, 300px); 
    }
}

@media(min-width:1280px) {
    .pngcolor {
        z-index: 10;
        /* filter: drop-shadow(#8FC320 0 0 0 ); */
        /* filter:drop-shadow(0 0 0 #fff) invert(21%) sepia(97%) saturate(7452%)  brightness(115%) contrast(127%); */
        transform: translateY(-308%);
        filter: drop-shadow(0 123px #fff);
    }

    .xinwen {
        max-width: 98%;
        margin: 0 auto;
    }

    .zhihui {
        max-width: 100%;
    }

    .zh_bottom_r_top {
        font-size: 20px;
    }

    .zh_bottom_r_top::before {
        height: 2px;
        top: -12px;
    }

    .zh_bottom_r_top::after {
        height: 2px;
        bottom: -12px;
    }

    .zh_bottom_r_body {
        font-size: 12px;
        line-height: 20px;
    }

    .zh_btn_left {
        padding: 10px 30px;
        margin-right: 20px;
    }

    .zh_btn_right {
        padding: 10px 30px;
    }

    .zh_top_item img {
        width: 40px;
        margin-bottom: 20px;
    }

    .zh_top_item text {
        font-size: 16px;
    }

    .img1 {
        height: 500px;
    }

    .img2 {
        height: 250px;
    }
    .anli_top_content_item {
        margin: 0 60px;
        font-size: 22px;
    }

    .right-fixed {
        width: 48px;
    }

    .right-fixed div {
        width: 40px;
        height: 40px;
    }

    .right-fixed img {
        width: 25px;
        height: 25px;
    }

    .anli_bottom {
        grid-template-rows: repeat(1, 300px);
    }
}

@media(min-width:1400px) {
    .pngcolor {
        z-index: 10;
        /* filter: drop-shadow(#8FC320 0 0 0 ); */
        /* filter:drop-shadow(0 0 0 #fff) invert(21%) sepia(97%) saturate(7452%)  brightness(115%) contrast(127%); */
        transform: translateY(-199%);
        filter: drop-shadow(0 123px #fff);
    }

    .xinwen {
        max-width: 98%;
        margin: 0 auto;
    }

    .zhihui {
        max-width: 1000px;
    }

    .zh_bottom_r_top {
        font-size: 22px;
    }

    .zh_bottom_r_top::before {
        height: 2px;
        top: -16px;
    }

    .zh_bottom_r_top::after {
        height: 2px;
        bottom: -16px;
    }

    .zh_bottom_r_body {
        font-size: 13px;
        line-height: 24px;
    }

    .zh_btn_left {
        padding: 10px 30px;
        margin-right: 20px;
    }

    .zh_btn_right {
        padding: 10px 30px;
    }

    .zh_top_item img {
        width: 60px;
        margin-bottom: 30px;
    }

    .zh_top_item text {
        font-size: 18px;
    }

    .img1 {
        height: 600px;
    }

    .img2 {
        height: 300px;
    }

    .anli_top_content_item {
        margin: 0 80px;
    }

    .right-fixed {
        width: 58px;
    }

    .right-fixed div {
        width: 50px;
        height: 50px;
    }

    .right-fixed img {
        width: 30px;
        height: 30px;
    }

    .anli_bottom {
        grid-template-rows: repeat(1, 300px);
    }
}

@media(min-width:1680px) {
    .xinwen {
        max-width: 98%;
        margin: 0 auto;
    }

    .zhihui {
        max-width: 98%;
    }

    .anli_bottom {
        grid-template-rows: repeat(1, 300px);
    }
}

@media(min-width:1920px) {
    .zh_bottom {
        position: relative;
        width: 100%;
        height: 324px;
    }

    .pngcolor {
        z-index: 10;
        /* filter: drop-shadow(#8FC320 0 0 0 ); */
        /* filter:drop-shadow(0 0 0 #fff) invert(21%) sepia(97%) saturate(7452%)  brightness(115%) contrast(127%); */
        transform: translateY(-155%);
        filter: drop-shadow(0 123px #fff);
    }

    .xinwen {
        max-width: 1400px;
        margin: 0 auto;
    }

    .zhihui {
        max-width: 1400px;
    }

    .zh_bottom_r_top {
        font-size: 30px;
    }

    .zh_bottom_r_top::before {
        height: 4px;
    }

    .zh_bottom_r_top::after {
        height: 4px;
    }

    .zh_bottom_r_body {
        font-size: 18px;
        line-height: 30px;
    }

    .zh_btn_left {
        padding: 10px 40px;
        margin-right: 30px;
    }

    .zh_btn_right {
        padding: 10px 40px;
    }

    .zh_top_item img {
        width: 80px;
        margin-bottom: 40px;
    }

    .img1 {
        height: 900px;
    }

    .img2 {
        height: 450px;
    }

    .gywm_table_content {
        padding: 0 80px;
    }

    .gywm_table_content p:nth-of-type(1) {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .gywm_table_content p:nth-of-type(2) {
        font-size: 16px;
        margin-bottom: 40px;
        line-height: 30px;
    }

    .gywm_table_btn {
        font-size: 18px;
        padding: 10px 50px;
    }

    .gywm_content {
        height: 700px;
        padding: 100px 80px 0;
    }

    .gywm_content p:nth-of-type(1) {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .gywm_content p:nth-of-type(2) {
        font-size: 13px;
        line-height: 32px;
        margin-bottom: 60px;
    }

    .gywm_content_btn {
        font-size: 16px;
        padding: 6px 40px;
    }

    .anli_top_content_item {
        margin: 0 80px;
    }
}

@media screen and (max-width:1024px) {
    .anli_top_content_item {
        margin: 0 24px;
    }

    .anli_bottom {
        grid-template-rows: repeat(1, 300px);
    }

    .img1 {
        height: 400px;
    }

    .img2 {
        height: 200px;
    }

    .gywm_table_content {
        padding: 0 10px;
    }

    .gywm_table_content p:nth-of-type(1) {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .gywm_table_content p:nth-of-type(2) {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .gywm_table_btn {
        font-size: 14px;
        padding: 4px 20px;
        margin-top: 10px;
    }

    .text {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .gywm_content {
        height: 350px;
        padding: 30px 10px 0;
    }

    .gywm_content p:nth-of-type(1) {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .gywm_content p:nth-of-type(2) {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .gywm_content_btn {
        font-size: 14px;
        padding: 6px 18px;
    }
}

@media screen and (max-width:900px) {
    .anli_top_content_item {
        margin: 0 18px;
        font-size: 18px;
    }

    .gywm_table_content span {
        font-size: 14px !important;
    }

    .text {
        font-size: 20px;
    }
}

@media screen and (max-width:768px) {
    .zhihui {
        padding: 0 3%;
    }

    .zh_top {
        margin-bottom: 20px;
    }

    .zh_top_item {
        padding: 20px 0;
    }

    .zh_top_item img {
        width: 40px;
        margin-bottom: 20px;
    }

    .zh_top_item text {
        font-size: 16px;
    }

    .zh_bottom {
        height: auto;
    }

    .zh_bottom>img {
        width: 100%;
    }

    .zh_bottom_r {
        position: initial;
        width: 100%;
    }

    .right-fixed {
        display: none;
    }

    .zh_bottom_r_top {
        font-size: 24px;
        margin: 20px auto 0;
    }

    .zh_bottom_r_top::before {
        top: -10px;
        height: 3px;
    }

    .zh_bottom_r_top::after {
        bottom: -10px;
        height: 3px;
    }

    .zh_bottom_r_body {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .zh_bottom_r_bottom {
        justify-content: center;
        height: auto;
    }

    .zh_btn_left,
    .zh_btn_right {
        padding: 6px 20px;
    }

    .anli {
        margin-top: 40px;
    }

    .anli_top_content {
        flex-wrap: wrap;
    }

    .anli_top_content_item img {
        margin-right: 5px;
    }

    .anli_top_content_item {
        margin: 0;
        line-height: 50px;
        font-size: 16px;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .anli_middle {
        margin: 20px 0 30px;
    }

    .anli_middle p {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .anli_middle text {
        width: 90%;
        text-align: center;
    }

    .anli_bottom {
        grid-template-columns: 50% 50%;
        grid-template-rows: 25% 25% 25% 25%;
    }

    .gywm_content {
        width: 50%;
        height: auto;
        left: 25%;
        padding: 10px 10px 50px;
    }

    .gywm_content p:nth-of-type(1) {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .gywm_content p:nth-of-type(2) {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .gywm_content_btn {
        font-size: 14px;
        padding: 4px 12px;
    }

    .img1 {
        height: 240px;
    }

    .img2 {
        height: 120px;
    }

    .text {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .gywm_table_content {
        padding: 0;
    }

    .gywm_table_content span {
        font-size: 12px !important;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .gywm_table_btn {
        font-size: 14px;
        padding: 0px 15px;
        margin-top: 6px;
    }

    .wx_list_item_content {
        width: 100%;
    }

    .xw_box {
        padding: 0 3%;
        display: block;
    }

    .xw_div {
        margin-bottom: 0;
    }

    .xw_title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .xw_jj {
        font-size: 16px;
    }

    .wx_top_btn {
        font-size: 18px;
    }

    .col-sm-6 {
        width: 100%;
        float: none;
    }
}
